VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging Namespace / DrawingSurfaceWrapper Class / GetParentSurface<TDrawingSurface>() Method
Синтаксис Требования Смотрите также
В этом разделе
    GetParentSurface<TDrawingSurface>() Метод (DrawingSurfaceWrapper)
    В этом разделе
    Возвращает родительскую поверхность указанного типа.
    Синтаксис
    'Declaration
    
    Public Function GetParentSurface<TDrawingSurface
    The drawing surface type.
    >() As TDrawingSurface (Of TDrawingSurface
    The drawing surface type.
    As DrawingSurface)
    public TDrawingSurface GetParentSurface<TDrawingSurface>()
    where TDrawingSurface: DrawingSurface
    
    
    public: TDrawingSurface* GetParentSurface<TDrawingSurface>()
    where TDrawingSurface: DrawingSurface*
    
    
    generic<typename TDrawingSurface>
    public:
    TDrawingSurface^ GetParentSurface() where TDrawingSurface: DrawingSurface^

    Type Parameters

    TDrawingSurface
    The drawing surface type.

    Return Value

    Родительская поверхность указанного типа.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также